This section describes any additional configuration steps that you need to perform after installing Nways Manager for HP-UX.
Important |
---|
Before configuring Nways Manager applications, be sure that you have installed the patches listed in Required Patches. |
To configure ATMC, complete this procedure:
| export JAVA_HOME=/opt/java |
|
|
| PHSS_15391 | PHSS_16585 |
| OS_ROOTDIR=/usr/local/ODI/0S5.1 |
| SHLIB_PATH=/usr/local/ODI/0S5.1/lib |
| JAVA_HOME=/opt/java |
|
|
| PATH=$PATH:/usr/local/ODI/0S5.1 |
| SHLIB_PATH=/usr/local/ODI/0S5.1/lib |
| JAVA_HOME=/opt/java |
| OS_CACHE_SIZE=5,000,000 |
| OS_ROOTDIR=/usr/local/ODI/OS5.1 |
| OS_COMMSEG=/usr/CML/OSTORE/CACHE |
| OS_CACHE_DIR=/usr/CML/OSTORE/CACHE |
|
|
The Element Manager component requires no additional configuration.
There are three basic components involved in Web browser-based access to the device managers:
The Nways Manager maintains the Nways Web pages that are sent from the Web server to the Web browser clients.
You can run Java device management applications in client mode on stations connected to the network management station without configuring a Web server, but for true intranet access through a Web browser, you must configure your Web server to locate the Nways Java Management Web pages subdirectory.
Web servers supported for the Nways Web access include:
On the network management station, you must:
/usr/CML/JMA/java/websvr.
Before you can use the ATM Manager via a Web browser, you must configure your Web server. The following configuration for the Lotus Domino server can be used as a guide if you are using another server.
Exec /atm-bin/* /usr/CML/ATMWEB/bin/* Pass /atm-html/* /usr/CML/ATMWEB/html/* Pass /* /a directory path/*
refresh -s httpd
Java support comes with your browser. The Web browser can dynamically load the Java application.
Java communication uses the IP host name and not the IP address, therefore both the client and server need the correct host names to which they are communicating. If the client is dynamically assigned an IP address, ensure that this IP address is associated with your client's IP host name. This process works correctly with Dynamic Host Configuration Protocol (DHCP).
If your client uses the PPP protocol to connect to the server, the client will be dynamically assigned both an IP address and an IP host name. In this situation, Windows NT(R), or Windows 95) do not provide the correct IP host name to the Java applications running in the client. Hence, the Java applications will not provide the correct IP host name to the server and the server will not be able to send asynchronous (unsolicited) events to the client. To correct this problem, change the IP host name on the Windows client to the value "localhost" for the PPP connection's TCP/IP protocol. The Java code in the Windows client will then provide the server with the correct (dynamically assigned) IP host name.
When you access the Nways Web pages, your browser may ask if you want to allow unsigned applets. To use the Web functions of the Nways Manager, you must allow unsigned applets.
Note: | If you are using the HotJava(TM) Browser, you must start it using the
following parameters:
hotjava -mx64M |
Before you can use Remote Monitor, you must set the RMONHOME
environment variable to point to:
| /usr/LANReMon/rmon |
To set the RMONHOME environment variable in your .profile and add
it to your default path, add the following lines to your
.profile:
| RMONHOME=/usr/LANReMon/rmon |
| export RMONHOME |
| PATH=$RMONHOME:$PATH |
| export PATH |
Performance management for these device managers uses a Java Database Connectivity (JDBC)-compliant database. For your convenience, DB2 Universal Database(R) is provided.
You will need to create a database instance that can be accessed using JDBC by the device managers. The steps explaining how to create a database instance using DB2(R) with Nways Manager for HP-UX (the concept is the same if you are using another JDBC-compliant database, but you will need to refer to that database's instructions) can be found in the Nways Manager Element Manager User's Guide.
Before you can use the various web servers to configure Nways Manager, you must install the following web server settings. All web servers have to be configured to listen to the client on port 80 (which is the default port for most of the servers).
| /Server_root/cpnf/srm.conf. | ||
| Alias /nways "/usr/CML/JMA/java/webservr" | ||
| Alias /cgi/code "/usr/CML/JMA/java/webservr/code" | ||
| ScriptAlias /cgi "/usr/CML/JMA/java/webservr" |
| Server_root - The directory where the Apache Websvr is installed. | ||
| usr - The directory where the Nways product is installed. |
| URL prefix: nways |
| Map to directory: /usr/CML/JMA/java/websvr |
|
|
| URL prefix: cgi |
| Map to directory: /usr/CML/JMA/java/websvr |
(http://Machine/admin-bin/Cfgin/initial)
(http://Machine/admin-bin/Cfgin/mpfrule)
Action | Request Template | Replacement File Path |
Pass | /nways/* | /usr/CML/JMA/java/websvr/* |
Exec | /cgi/CgiLauncher* | /usr/CML/JMA/java/websvr/CgiLauncher* |
Pass | /cgi/* | /usr/CML/JMA/java/websvr/* |
|
|
|